home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo
- echo This Batch file will print the PC-OUTLINE documentation file DOC.PRN
- echo to printer port LPT1:.
- echo
- echo Press any key to begin (^Break to Abort)
- echo
- pause
- echo
- echo Now printing . . . .
- copy doc.prn lpt1:
- echo
- echo Printing complete
- echo
-
-